	h1 
{
text-align: center;
font-size: 50px;
color: red;
font-family: Carlito;
}
   

	body 
{
width: 100%;
height: 100%;
background: linear-gradient(#9cc916, 40%, #4A9134);
background-repeat: no-repeat;
}

	p
{
text-align: center;
font-size: 28px;
color: white;
font-family: Carlito;
}

	.video
{
display: block;
margin-left: auto;
margin-right: auto;
width:40%;
height:40%;
}

	.img
{
max-width: 100%;
height: auto;
}